/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

div.selector, 
div.selector span {
  background-image: url(../../../images/matrix/selectSprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
.selector, 
.selector * {
  margin: 0;
  padding: 0;
}

/* Select */
div.selector {
  background-position: 0 0;
  line-height: 26px;
  height: 29px;
  margin: 0 8px 15px 0;
}
div.selector span {
  background-position: right 0px;
  height: 29px;
  line-height: 26px;
}
div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}
div.selector {
  /*width: 190px;*/
  font-size: 14px;
  color: #525252;
}
div.selector select {
  /*min-width: 190px;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}
div.selector span {
  padding: 1px 30px 0 1px;
  cursor: pointer;
}
div.selector span {
  color: #000;
  min-width: 120px;
  text-shadow: 0 1px 0 #fff;
}
div.selector.disabled span {
  color: #bbb;
}

/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  width: 99%;
  height: 27px;
  margin-left: 2px;
  border: none;
  background: none;
}